home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1191 / 1191.xpi / chrome / reminderfox.jar / skin / reminderfox / reminder.css < prev    next >
Cascading Style Sheet File  |  2009-10-10  |  8KB  |  307 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3.  
  4.   /* status bar icon changes color depending on reminder status */
  5.   statusbarpanel#reminderFox-statusLabel[status="currentReminder"] {
  6.     list-style-image: url("chrome://reminderfox/skin/images/bow.png");
  7.   }
  8.  
  9.   statusbarpanel#reminderFox-statusLabel[status="upcomingReminder"] {
  10.     list-style-image: url("chrome://reminderfox/skin/images/upcomingReminderBow.png");
  11.   }
  12.  
  13.   statusbarpanel#reminderFox-statusLabel[status="noReminders"] {
  14.     list-style-image: url("chrome://reminderfox/skin/images/noReminderBow.png");
  15.   }
  16.  
  17. /* //gW
  18.   statusbarpanel#reminderFox-statusLabel:hover {
  19.     cursor: url("chrome://reminderfox/skin/images/foxCursor.png"), auto;
  20.   }
  21.   */
  22.  
  23. /* mark Important status for reminders in Add Dialog */
  24.   treechildren::-moz-tree-cell-text(important) {
  25.     color: red !important
  26.   } 
  27.   
  28.   /* mark Important status for reminders in Add Dialog */
  29.   treechildren::-moz-tree-cell-text(today) {
  30.     font-weight: bold
  31.   } 
  32.   
  33. /* mark completed status for reminders in Add Dialog */
  34. treechildren::-moz-tree-cell-text(completeText) {
  35.     text-decoration: line-through;
  36.  
  37. /* mark completed status for reminders in Add Dialog */
  38. treechildren::-moz-tree-cell-text(imporantCompleteText) {
  39.     text-decoration: line-through;
  40.     color: red !important
  41.  
  42.  
  43. treechildren::-moz-tree-cell-text(todayCompleteText) {
  44.     text-decoration: line-through;
  45.     font-weight: bold
  46.  
  47. /* mark completed status for reminders in Add Dialog */
  48. treechildren::-moz-tree-cell-text(imporantToday) {
  49.     color: red !important;
  50.     font-weight: bold
  51.  
  52. treechildren::-moz-tree-cell-text(imporantCompleteTextToday) {
  53.     text-decoration: line-through;
  54.     color: red !important;
  55.     font-weight: bold
  56.  
  57.  
  58. #timedetails
  59. {
  60.     margin                    : 0px 0px 0px 0px;
  61.     padding: 0px 0px 0px 0px !important; 
  62. }
  63.  
  64. #time1menu
  65. {
  66.     margin                    : 0px 0px 0px 0px;
  67.     padding: 0px 1px 0px 0px !important; 
  68. }
  69.  
  70. #reminderFox_tip
  71. {
  72.     max-width: 810px
  73. }
  74.  
  75. #reminderTree-tooltip
  76. {
  77.     max-width: 810px
  78. }
  79.  
  80. #todoTree-tooltip
  81. {
  82.     max-width: 810px
  83. }
  84.  
  85.  
  86. #notesToggle {
  87.   list-style-image: url("chrome://reminderfox/skin/images/notes.png");
  88. }
  89.  
  90. #displayMail {
  91.   list-style-image: url("chrome://reminderfox/skin/images/mail.png");
  92. }
  93.  
  94. #reminderFox-network-status
  95. {
  96.     margin                    : 0px 0px 0px 5px;
  97.     padding                    : 0px;
  98. }
  99. #reminderFox-network-status-todo
  100. {
  101.     margin                    : 0px 0px 0px 5px;
  102.     padding                    : 0px;
  103. }
  104.  
  105.  
  106. #launchUrlButton {
  107.   list-style-image: url("chrome://reminderfox/skin/images/url.png");
  108. }
  109.  
  110. #launchLocationButton {
  111.   list-style-image: url("chrome://reminderfox/skin/images/url.png");
  112. }
  113.  
  114. treechildren:-moz-tree-cell(notes) {
  115.   background: url("chrome://reminderfox/skin/images/notes.png") no-repeat;
  116. }
  117.  
  118. treechildren:-moz-tree-cell(remindUntilCompleted) {
  119.   background: url("chrome://reminderfox/skin/images/cbox-check.gif") no-repeat;
  120. }
  121.  
  122. treechildren:-moz-tree-cell(complete) {
  123.   background: url("chrome://reminderfox/skin/images/cbox-check.gif") no-repeat;
  124. }
  125.  
  126. treechildren:-moz-tree-cell(showIntTooltip) {
  127.   background: url("chrome://reminderfox/skin/images/cbox-check.gif") no-repeat;
  128. }
  129.  
  130. treechildren::-moz-tree-checkbox(checked)
  131. {
  132.     /* css for checked cells */
  133.     list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
  134. }
  135.  
  136.  
  137. /* alternate colors in reminder tree...
  138. treechildren::-moz-tree-row(selected) { background-color: #FFFFAA; }
  139. treechildren::-moz-tree-row(odd) { background-color: #EEEEEE; }
  140. treechildren::-moz-tree-row(odd, selected) { background-color: #FFFFAA; }
  141. treechildren::-moz-tree-cell-text(selected) { color: #000000; }
  142. treechildren::-moz-tree-cell-text(odd, selected) { color: #000000; }
  143. */
  144.  
  145. .reminderFox-footer {
  146.   border-top: 2px groove ThreeDFace;
  147.   padding: 10px;
  148. }
  149.  
  150. .reminderFox-footer3 {
  151.   padding: 3px;  
  152. }
  153. .reminderFox-footer2 {
  154.   border-top: 2px groove ThreeDFace;
  155.   padding: 3px;  
  156. }
  157.  
  158. .url {
  159.     cursor: pointer;
  160.     color: #3A69A6;
  161. }
  162.  
  163.  
  164. /* HTML view settings  */
  165.  
  166. #main h4{
  167.     margin:  20px 20px 5px 20px;
  168.     padding: 3px 62px;
  169.     font-size: 1.6em;
  170.     font-weight: bold;
  171.     height: 30px;
  172.     line-height: 30px;
  173.     color: #FFBF01;
  174.     background: #FFF url(images/Paw-background.png) no-repeat left center;
  175.     border: 2px solid #FFBF01;
  176. }
  177.  
  178. #main {
  179.     position: relative;
  180.     background: #FFEFBF;
  181.     margin: 0 20px 0 10px;
  182.     padding: 3px 10px;
  183.     -moz-border-radius: 20px;
  184.     border-right: 3px solid #93ACC6;
  185.     border-bottom: 3px solid #93ACC6;
  186.     z-index: 50;
  187. }
  188.  
  189.  
  190. /*  send msg with Reminder  */
  191.  
  192. /* add icon to popup menus for Firebird/browser*/
  193. #rf_addReminder, #rf_subscribeReminder
  194.     {list-style-image: url("chrome://reminderfox/skin/images/ribbon-red-small.png");}
  195.  
  196.  
  197. /* add icon to popup menus for TB with image-region */
  198. .mailRm_Add {
  199.     list-style-image: url("chrome://reminderfox/skin/images/mailPopUp.png");
  200.     -moz-image-region: rect(0px,16px, 16px,0px);
  201. }
  202.  
  203. .mailRm_Open {
  204.     list-style-image: url("chrome://reminderfox/skin/images/mailPopUp.png");
  205.   -moz-image-region: rect(16px,16px, 32px,0px);
  206. }                              
  207. .mailRm_Open[disabled] {
  208.     list-style-image: url("chrome://reminderfox/skin/images/mailPopUp.png");
  209.   -moz-image-region: rect(16px,32px, 32px,16px);
  210. }
  211.  
  212. .mailRm_ICS  { 
  213.   list-style-image: url("chrome://reminderfox/skin/images/mailPopUp.png"); 
  214.   -moz-image-region: rect(48px,16px, 64px,0px);
  215. }
  216. .mailRm_ICS[disabled] { 
  217.   list-style-image: url("chrome://reminderfox/skin/images/mailPopUp.png"); 
  218.    -moz-image-region: rect(48px,32px, 64px,16px);
  219. }
  220.  
  221.  
  222.  
  223. .infoButton:hover { 
  224.   list-style-image: url("chrome://reminderfox/skin/images/info.png");
  225.    -moz-image-region: rect(0px,16px, 16px,0px);
  226.     max-height: 16px;
  227. }
  228. .infoButton { 
  229.   list-style-image: url("chrome://reminderfox/skin/images/info.png");
  230.    -moz-image-region: rect(0px,32px, 16px,16px);
  231.        max-height: 16px;
  232. }
  233.  
  234.     
  235. .reminderFoxBold {
  236.     font-weight: bold; 
  237. }
  238.  
  239. .textNormal {
  240.     color: black;
  241. }
  242. .textDisabled {
  243.     color: grey;
  244. }
  245.  
  246. .reminderFox_textError {
  247.     font-weight: bold; 
  248.     color: red;
  249. }
  250.  
  251. .calendarbutton {
  252.   list-style-image: url("chrome://reminderfox/skin/datepicker/calendar-up.gif");
  253. }
  254.  
  255. /*
  256. .revertbutton[disabled] {
  257.   list-style-image: url("chrome://reminderfox/skin/images/revert.png");
  258.    -moz-image-region: rect(24px,24px,48px,0px); 
  259. }
  260. .revertbutton { 
  261.   list-style-image: url("chrome://reminderfox/skin/images/revert.png");
  262.    -moz-image-region: rect(0px,24px,24px,0px);
  263. }
  264.  
  265. .refreshbutton {
  266.   list-style-image: url("chrome://reminderfox/skin/images/actionbuttons.png");
  267.    -moz-image-region: rect(0px,42px, 21px,21px);
  268. }
  269.  
  270. .donebutton {
  271.   list-style-image: url("chrome://reminderfox/skin/images/actionbuttons.png");
  272.    -moz-image-region: rect(0px,63px, 21px,42px);
  273. }
  274. */
  275.  
  276.  
  277. .image-button {
  278.     margin-top          : 2px;
  279.     margin-bottom       : 2px;
  280.     margin-left         : 2px;
  281. }
  282.  
  283.     .image-button[id="mailAppButton"] {
  284.         list-style-image    : url("chrome://reminderfox/skin/images/mail.png");
  285.         margin-right        : 2px;
  286.         height              : 10px  !important;
  287.         width               : 16px  !important;
  288.     }
  289.     .image-button[id="personButton"] {
  290.         list-style-image    : url("chrome://reminderfox/skin/schedule/personsCopy_20.png");
  291.         margin-right        : 2px;
  292.         height              : 18px  !important;
  293.         width               : 18px  !important;
  294.     }
  295.     .image-button[id="getFileLocationButton"] {
  296.         list-style-image    : url("chrome://reminderfox/skin/images/local.png");
  297.         margin-right        : 2px;
  298.         height              : 18px  !important;
  299.         width               : 18px  !important;
  300.     }
  301.  
  302.